for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
angular.module('app', ['signature']);
angular.module('app').controller('AppCtrl', function($scope) {
$scope.boundingBox = {
width: 700,
height: 300
};
});